< Prev(J) / Next(K) > / View :

Filename: /text/shared/explorer/database/11020000.xhp

(section: odbc)

ODBC
ODBC (hd_id3149031.1)

Specifies the settings for ODBC databases. This includes your user access data, driver settings, and font definitions.
ODBC データベースの設定を指定します。設定内容には、ユーザーアクセスデータ、ドライバ設定、およびフォント定義が含まれます。(par_id3150499.2)

(/section: odbc) (section: benutzername)

User Name
ユーザー名(hd_id3148642.4)

Type the user name for accessing the database.
データベースにアクセスするためのユーザー名を入力します。(par_id3154514.5)

(/section: benutzername) (section: passwort)

Password required
必須パスワード(hd_id3153665.6)

Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.
承認されていないユーザーがデータベースにアクセスできないようにします。 セッションごとに 1 回だけパスワードを入力する必要があります。(par_id3145119.7)

(/section: passwort) (section: treibereinstellungen) (bookmark: bm_id3148473)

Driver Settings
ドライバ設定(hd_id3153087.10)

Use this text field to enter additional optional driver settings if this is necessary.
必要ならば、このテキストボックスでドライバの追加設定が入力できます。(par_id3143271.11)

(/section: treibereinstellungen) (section: zeichensatz)

Character Set
文字セット(hd_id3152472.12)

Select the code conversion that you want to use to view the database in Office. This does not affect the database. Choose "System" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes.
Office 内のデータベースを表示するときに使用するコード変換を選択します。これはデータベースそのものには影響しません。ご使用のオペレーティングシステムで標準の文字セットを使用するには、「システム」を選択します。テキストデータベースと dBASE データベースでは、文字セットが、固定文字長の文字セットに制限されています。固定文字長の文字セットでは、符号化された各文字が同じバイト数です。(par_id3151245.13)

(/section: zeichensatz) (section: retrieve)

General
全般(hd_id3149669.22)

(bookmark: bm_id3161657)

Retrieve generated values
生成値の回復(hd_id3147265.24)

Enables Office support of auto-incremented data fields for the current ODBC or JDBC data source. Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field.
現在の ODBC および JDBC データソースにおいて、Office による自動増加 (オートインクリメント) データフィールドのサポートを有効にします。 SDBCX レイヤーでの自動増加機能をサポートしていないデータベースの場合、このチェックボックスをオンにします。一般に、自動増加機能は、プライマリキーのフィールドで選択されます。(par_id3151054.25)

(bookmark: bm_id3150792)

Auto-increment statement
オートインクリメント命令文(hd_id3150400.26)

Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, a typical SQL statement to create a data field is:
データソースに指定した整数データフィールドの自動増加に必要となる、SQL コマンド指示子を入力します。たとえば、データフィールド作成用の SQL ステートメントとしては、通常下記のものが用いられます。(par_id3154366.27)

CREATE TABLE "table1" ("id" INTEGER)
CREATE TABLE "table1" ("id" INTEGER)(par_id3159149.28)

To auto-increment the "id" data field in a MySQL database, change the statement to:
MySQL データベースの「id」データフィールドを自動増加させるには、このステートメントを下記のように変更します。(par_id3147084.29)

CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)
CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)(par_id3154909.30)

In other words, enter AUTO_INCREMENT into Auto-increment statement box.
つまりこの場合は、ボックス オートインクリメント命令文 に AUTO_INCREMENT と入力します。(par_id3152933.31)

(bookmark: bm_id3153195)

Query of generated values
生成値のクエリー(hd_id3149765.32)

Enter an SQL statement that returns the last auto-incremented value for the primary key data field. For example:
プライマリキーのデータフィールドで自動増加された最終値を返す SQL ステートメントを入力します。これはたとえば下記のようになります。(par_id3145171.33)

SELECT LAST_INSERT_D();
SELECT LAST_INSERT_D();(par_id3150769.34)

(/section: retrieve) (section: sql92) (bookmark: bm_id3147289)

Use SQL92 naming constraints
SQL92 命名制限に従う(hd_id3157892.18)

Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected. Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers.
SQL92 の命名規則に準じた名前のみをデータソースに許可するようにします。この規則で許可されない文字はすべて拒否されます。名前の先頭の 1 文字は、大文字か小文字のアルファベット、あるいはアンダースコア ( _ ) とする必要があります。それ以降の文字には、ASCII 文字、アンダースコア、数字が使用できます。(par_id3153368.19)

(/section: sql92) (bookmark: bm_id3146148)

Use Catalog for file-based databases
データベースのカタログの活用(hd_id3154011.15)

Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.
カタログの現在のデータソースを使用します。このオプションは、ODBC データソースがデータベースサーバーの場合に役立ちます。ODBC データソースが dBASE ドライバの場合は、このチェックボックスをオフのままにしてください。(par_id3148618.16)


< Prev / Next >